projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bea706
)
(echo_area_display): Put previous change in #if 0.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 26 Oct 1999 14:51:55 +0000
(14:51 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 26 Oct 1999 14:51:55 +0000
(14:51 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index f01f4b8f8b7efd58765e8e01c757e2b9ca8ff781..b962485105161ca235197c99b4ec1103a08cc69b 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-5857,6
+5857,7
@@
echo_area_display (update_frame_p)
if (!FRAME_VISIBLE_P (f) || !f->glyphs_initialized_p)
return 0;
+#if 0
#ifdef HAVE_X_WINDOWS
/* When Emacs starts, selected_frame may be a visible terminal
frame, even if we run under a window system. If we let this
@@
-5864,6
+5865,7
@@
echo_area_display (update_frame_p)
if (EQ (selected_frame, Vterminal_frame))
return 0;
#endif /* HAVE_X_WINDOWS */
+#endif /* 0 */
/* Redraw garbaged frames. */
if (frame_garbaged)